ConditionalFormatType Enumeration
Namespace: Independentsoft.Office.SpreadsheetAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum ConditionalFormatType
Public Enumeration ConditionalFormatType
| AboveOrBelowAverage | 0 | |
| BeginsWith | 1 | |
| CellIs | 2 | |
| ColorScale | 3 | |
| ContainsBlanks | 4 | |
| ContainsErrors | 5 | |
| ContainsText | 6 | |
| DataBar | 7 | |
| DuplicateValues | 8 | |
| EndsWith | 9 | |
| Expression | 10 | |
| IconSet | 11 | |
| DoesNotContainBlanks | 12 | |
| DoesNotContainErrors | 13 | |
| DoesNotContainText | 14 | |
| TimePeriod | 15 | |
| Top | 16 | |
| UniqueValues | 17 | |
| None | 18 | |